home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / softwareupdate / newiconsv3 / update.newicons < prev    next >
Text File  |  1996-08-25  |  526b  |  17 lines

  1. ;Update NI3 to 3.1
  2. ;Written by Eric Sauvageau
  3. ;(25.08.96)
  4. echo "*E[1mUpdating NewIconsV3 to V3.1...*E[0m"
  5. Echo " "
  6. echo >t:ni.tmp "Copy NewIcons " NOLINE
  7. Echo "Searching for the location of the NewIcons executable..."
  8. search >>T:ni.tmp from sys: all file NewIcons
  9. If warn
  10.    Echo "*E[1mERROR:*E[0m Can't locate the NewIcons executable on the boot partition!"
  11.    Quit
  12. Endif
  13. Echo "Copying new executable over the old one..."
  14. Execute t:ni.tmp
  15. Echo "Update completed!  Please reboot to run the new version."
  16. Delete >NIL: T:ni.tmp
  17.